Update the build dependencies:
authorPino Toscano <pino@debian.org>
Sun, 29 Sep 2024 12:06:33 +0000 (14:06 +0200)
committerPino Toscano <pino@debian.org>
Sun, 29 Sep 2024 12:06:33 +0000 (14:06 +0200)
- drop library packages already pulled in by dev packages:
  libqt6quick3dglslparser6, libqt6waylandclient6,
  libqt6waylandcompositor6, and libqt6wlshellintegration6
- mark QML module packages as !nocheck, since they are used only when
  running the tests: qml6-module-qtqml-workerscript,
  qml6-module-qtquick, qml6-module-qtquick-controls,
  qml6-module-qtquick-layouts, qml6-module-qtquick-templates, and
  qml6-module-qtquick-window
- drop qt6-translations-l10n, not actually needed
- replace the runtime package qt6-wayland with qt6-wayland-dev

Gbp-Dch: Full

debian/control

index 516a06406701a919f1e81ca610189d0291bf50a7..5e445ea8e989c974a2d4e4b9f261b07eac99338c 100644 (file)
@@ -15,10 +15,6 @@ Build-Depends:
  dh-sequence-sphinxdoc,
  furo <!nodoc>,
  libclang-dev,
- libqt6quick3dglslparser6 (>= 6.6),
- libqt6waylandclient6 (>= 6.6),
- libqt6waylandcompositor6 (>= 6.6),
- libqt6wlshellintegration6 (>= 6.6),
  libxml2-dev,
  libxslt1-dev,
  llvm-dev,
@@ -40,12 +36,12 @@ Build-Depends:
  python3-sphinx-design <!nodoc>,
  python3-sphinxcontrib.qthelp <!nodoc>,
  python3-wheel,
- qml6-module-qtqml-workerscript (>= 6.6),
- qml6-module-qtquick (>= 6.6),
- qml6-module-qtquick-controls (>= 6.6),
- qml6-module-qtquick-layouts (>= 6.6),
- qml6-module-qtquick-templates (>= 6.6),
- qml6-module-qtquick-window (>= 6.6),
+ qml6-module-qtqml-workerscript (>= 6.6) <!nocheck>,
+ qml6-module-qtquick (>= 6.6) <!nocheck>,
+ qml6-module-qtquick-controls (>= 6.6) <!nocheck>,
+ qml6-module-qtquick-layouts (>= 6.6) <!nocheck>,
+ qml6-module-qtquick-templates (>= 6.6) <!nocheck>,
+ qml6-module-qtquick-window (>= 6.6) <!nocheck>,
  qt6-3d-dev (>= 6.6),
  qt6-base-dev (>= 6.6),
  qt6-base-private-dev (>= 6.6),
@@ -73,8 +69,7 @@ Build-Depends:
  qt6-speech-dev (>= 6.6),
  qt6-svg-dev (>= 6.6),
  qt6-tools-dev (>= 6.6),
- qt6-translations-l10n (>= 6.6),
- qt6-wayland (>= 6.6),
+ qt6-wayland-dev (>= 6.6) [linux-any],
  qt6-webchannel-dev (>= 6.6),
  qt6-webengine-dev (>= 6.6) [amd64 arm64 armhf i386],
  qt6-websockets-dev (>= 6.6),